CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 神经网络 字符识别

搜索资源列表

  1. hopfield

    7下载:
  2. 采用MATLAB实现Hopfield神经网络算法,并用其来进行字符识别。实验包括单个噪声字符的识别和多个噪声字符的识别两部分。并从这两方面对实验数据进行了分析与对比。-Hopfield neural network implementation using MATLAB algorithm, and use it to carry out character recognition. Experiments included a single noise, character recogniti
  3. 所属分类:Graph Recognize

    • 发布日期:2016-12-06
    • 文件大小:2571
    • 提供者:caoliang
  1. BPnet

    0下载:
  2. 基于BP神经网络的字符识别,很不错的啊该系统是为了辨认识别图像中的数字而设计的,它通过对图片的一系列处理,最后识别得出图片中显示的数字。-Based on BP neural network character recognition, it is good ah the system is designed to identify the number of images to identify and design, it adopted a series of picture proces
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:537142
    • 提供者:ekin
  1. BP-reconize

    0下载:
  2. BP神经网络法字符识别,不错的程序实例,采用输入,输出,三级过程,实现与模板的有效匹配-BP neural network character recognition, a good instance, the use of import, export, the three-tier process, with an effective template matching
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:61125
    • 提供者:nash
  1. shenjinwangluo

    1下载:
  2. 关于车牌字符识别的神经网络算法,才用的是三层神经网络-shengjinwangluosuanfa in car recognise
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:45012
    • 提供者:stephenwoo
  1. neuroocr

    0下载:
  2. 基于神经网络的字符识别,很高的识别率,80 .-Based on neural network character recognition, a high recognition rate, 80 .
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-27
    • 文件大小:368852
    • 提供者:胡仲枫
  1. ex3

    1下载:
  2. 基于BP神经网络识别字符. BP神经网络算法是把一组样本输入输出问题转化为一个非线性优化问题,并通过梯度算法利用迭代运算求解权值的一种学习方法。采用BP网络进行分类,并附加线性感知器来实现单字符的有效识别,算法简便,识别率高,可适用于多种高噪声环境中的印刷体字符识别。-BP neural network based character recognition. BP neural network algorithm is a set of sample input and output is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:113497
    • 提供者:吕寿鹏
  1. mbsb

    1下载:
  2. Matlab在图像处理与目标识别方面的应用 附有例题 1染色体识别与统计 2汽车牌照定位与字符识别 3 基于BP神经网络识别字符的简单实验-Matlab image processing and target recognition in the application of a chromosome with Example 2 License Plate Recognition and Statistical location and character recognition based
  3. 所属分类:Graph program

    • 发布日期:2015-07-07
    • 文件大小:1185456
    • 提供者:陶淘
  1. shenjingwangluo

    0下载:
  2. 采用BP神经网络的车牌字符识别方法研究,分析各种方法-ok
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-25
    • 文件大小:342786
    • 提供者:xiusheng
  1. VC

    0下载:
  2. 字符识别原代码,将BP神经网络应用于汽车车牌的自动识别,在车牌图像进行预处理后的基础上,重点讨论了用BP神经网络方法对车牌照字符的识别。-Character recognition source code, the BP neural network used in automatic recognition of vehicle license plates, license plate image in the basis of pretreatment, focusing on the u
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:857054
    • 提供者:wjunmike
  1. Recog

    0下载:
  2. 用于数字字符识别。包括对含有数字的图片进行二值化,去噪,分隔字符,归一化处理,训练神经网络并识别。-For digital character recognition. Including the number of pictures that contain binary, denoising, separation characters, normalization, and identification of training neural networks.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3283694
    • 提供者:marui
  1. gg

    0下载:
  2. 模式识别,包括分类器的设计,字符识别,以及BP神经网络-recogition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-26
    • 文件大小:9604145
    • 提供者:戴红平
  1. bp_neural_network-char

    0下载:
  2. BP神经网络字符识别源程序, 可编译执行,有很好的参考价值。-BP neural network char indentical source code . Building executable program available
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:314096
    • 提供者:kate
  1. 1

    0下载:
  2. 基于神经网络的字符识别系统 通过VC6实现 里面有详细的说明-Neural network based character recognition system achieved through VC6 which are described in detail
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:205595
    • 提供者:programup
  1. 神经网络 训练识别

    0下载:
  2. 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。(1. First open a picture and then follow the sequence of grayscale, binary, grayscale stretching, license plate positioning, binarization, ti
  3. 所属分类:其他

  1. character recognition

    0下载:
  2. CNN卷积神经网络对字符进行训练、字符识别相关代码(Printed ink jet character recognition)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-02
    • 文件大小:14336
    • 提供者:一把尺子
  1. NN_Recognition

    0下载:
  2. matlab 神经网络字符识别,对字符图片进行分类识别(Matlab neural network character recognition, classification and recognition of characters and pictures)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:591872
    • 提供者:L莫尔
  1. ART神经网络识别车牌字符

    0下载:
  2. ART神经网络识别车牌字符,一篇时下流行的模式识别/神经网络论文(Recognition of license plate characters by ART neural network)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-09
    • 文件大小:15360
    • 提供者:正和
  1. BP神经网络数字识别(matlab2014a)

    2下载:
  2. 利用BP神经网络识别易拉罐底字符识别,运行前注意阅读算法说明和代码中相对路径的设置。(The BP neural network is used to identify the character recognition of the bottom of the can, and the pre operation attention to the reading algorithm and the setting of the relative path in the code.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:158720
    • 提供者:QZMASE
  1. 车牌字符识别

    0下载:
  2. 使用MATLAB语言实现简单的字符识别,使用神经网络算法,有效的识别车牌(Simple Character Recognition Using MATLAB Language)
  3. 所属分类:图形图象

    • 发布日期:2020-03-31
    • 文件大小:2304000
    • 提供者:橘子皮1
  1. 基于hopfield神经网络的字符识别

    1下载:
  2. 基于hopfield神经网络的字符识别,内含源代码。基于hopfield神经网络的字符识别,内含源代码。
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com